home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / capture.arc / CAPTURE.DOC < prev   
Text File  |  1984-01-08  |  896b  |  22 lines

  1.  
  2.   CAPTURE filespec
  3.  
  4.  Captures all printer output to memory buffer until the buffer
  5.  is full or a '^Z' is recieved.  The contents of the buffer is
  6.  then written to filespec and a system reset is performed.  I
  7.  use this to copy debug output to disk for later perusal and
  8.  editing. i.e. dis-assemblies of .com files
  9.  
  10.  Please note that the reason for the system reset is that I have
  11.  not found any other way to keep from  hanging the system after
  12.  the file is written.  If anyone knows how please let me hear
  13.  about it.  For those of you who might be interested I have tried
  14.  saving and restoring the original INT 17H address and the DTA
  15.  all with no luck.  Hope this helps someone out there.
  16.  
  17.   Ted Reuss c/o South Texas Software, Inc.
  18.                 4544 Post Oak Place, Suite 176
  19.                 Houston, TX  77027
  20.                 (713) 877-8205
  21.  
  22.